GMenu docs: Tiny grammar fix
authorMurray Cumming <murrayc@murrayc.com>
Fri, 11 Oct 2013 08:25:24 +0000 (10:25 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 11 Oct 2013 08:25:24 +0000 (10:25 +0200)
gtk/gtkmenu.c

index f6b0c7a9cb83a486f8336c24ba90ec328b007e45..304c42ff9be843a7cd349cfe07d3c3e7681b4c4a 100644 (file)
@@ -5614,8 +5614,8 @@ gtk_menu_get_reserve_toggle_size (GtkMenu *menu)
  * by means of being attached to a widget (see gtk_menu_attach_to_widget())
  * that is contained within the #GtkApplicationWindows widget hierarchy.
  *
- * Actions can also be added using gtk_widget_insert_action_group() on menu's
- * attach widget or any if its parent widgets.
+ * Actions can also be added using gtk_widget_insert_action_group() on the menu's
+ * attach widget or on any of its parent widgets.
  *
  * Returns: a new #GtkMenu
  *